You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > CopyToArray Method > MatrixInt.CopyToArray Method (ushort[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.CopyToArray Method (ushort[])

Copies values from the calling object to the Dst array and converts data to 2 byte unsigned integer type.

Syntax
C#
Visual Basic
public TMtxVecInt CopyToArray(ref ushort[] Dst);

Values exceeding the range of a 2 byte unsigned integer type are clipped.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!